home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Programming / PtnAsm / PtnAsm-Update.readme < prev    next >
Encoding:
Text File  |  2001-08-24  |  890 b   |  32 lines

  1. Short:    Best PowerPC assembler - bugfixed
  2. Author:   Rafal Grembowski (diamond@go2.pl)
  3. Uploader: skipp@vividdesign.pl
  4. Type:     dev/asm
  5.  
  6. About the Update:
  7.  
  8. - fixed some macro-related problems
  9.  
  10. Description:
  11.  
  12.  
  13. PtnAsm is a PowerPC assembler for Amiga. It requies a ppc processor
  14. and a WarpOS installed. Most important features:
  15.  
  16. - creates objects in EHF format
  17. - 603 and 604 instructions and all 32-bit extended mnemonics are
  18.   supported
  19. - complete floating-point support
  20. - uses the same syntax as PowerASM
  21. - support for most of the popular directives
  22.  
  23. Extended Features:
  24.  
  25. With PtnAsm it's posible to write a code as a sequence of equations. What
  26. does it mean? Instead of writting  addi r3,r4,3 you can write r3 = r4 + 3.
  27. This gives the same resoult. It's possible to acces almost all instructions
  28. in this way. The general format is:
  29.  
  30.   destination [.][o][s] = source1[operator source2 ...]
  31.  
  32.